go/types.action.f (field)

4 uses

	go/types (current package)
		check.go#L130: 	f       func()      // action to be executed
		check.go#L261: 	check.delayed = append(check.delayed, action{version: check.version, f: f})
		check.go#L546: 				check.trace(nopos, "-- delayed %p", a.f)
		check.go#L550: 		a.f()                     // may append to check.delayed